home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* Copyright (C) 1991 by Natürlich! */
- /* This file is copyrighted! */
- /* Refer to the documentation for details. */
- /* ---------------------------------------------------------------------- */
- #ifndef _ERROR_
- #define _ERROR_ 1
-
- #if LINKER
- # define nterror nserror
- #endif
-
- #if __NSTDC__ && TOS && __TURBOC__
- void nwarning( char *),
- nmessage( char *),
- nswarning( char *, char *),
- nerror( char *),
- #if ! LINKER
- nterror( char *, int),
- nberror( char *, unsigned),
- #endif
- nierror( char *),
- nferror( char *),
- nserror( char *, char *),
- ngerror( long, char *),
- ngferror( long, char *),
- npanic( char *),
- nexit( int),
- nharhar( char *);
- #else
- void nwarning(),
- nmessage(),
- nswarning(),
- nerror(),
- nierror(),
- #if ! LINKER
- nterror(),
- nberror(),
- #endif
- nferror(),
- ngerror(),
- ngferror(),
- nserror(),
- npanic(),
- nexit(),
- nharhar();
- #endif
- #endif
-